home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / other / progsy / netbus / NETBUS.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Encoding:
Text File  |  1998-08-22  |  8.6 KB  |  426 lines

  1. object MainForm: TMainForm
  2.   Left = 194
  3.   Top = 110
  4.   Width = 472
  5.   Height = 296
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'NetBus 1.60, by cf'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 14
  25.   object HostLabel: TLabel
  26.     Left = 143
  27.     Top = 19
  28.     Width = 75
  29.     Height = 14
  30.     Alignment = taRightJustify
  31.     Caption = 'Host name/IP:'
  32.   end
  33.   object ProgramLabel: TLabel
  34.     Left = 143
  35.     Top = 70
  36.     Width = 75
  37.     Height = 14
  38.     Alignment = taRightJustify
  39.     Caption = 'Program/URL:'
  40.   end
  41.   object TextLabel: TLabel
  42.     Left = 146
  43.     Top = 96
  44.     Width = 72
  45.     Height = 14
  46.     Alignment = taRightJustify
  47.     Caption = 'Text to send:'
  48.   end
  49.   object DelayLabel: TLabel
  50.     Left = 277
  51.     Top = 45
  52.     Width = 61
  53.     Height = 14
  54.     Caption = 'Cmd delay:'
  55.   end
  56.   object EjectButton: TButton
  57.     Left = 12
  58.     Top = 39
  59.     Width = 113
  60.     Height = 25
  61.     Hint = 'Open/close the CD-ROM.'
  62.     Caption = 'Open CD-ROM'
  63.     TabOrder = 1
  64.     OnClick = EjectButtonClick
  65.   end
  66.   object IntervalEdit: TEdit
  67.     Left = 225
  68.     Top = 40
  69.     Width = 29
  70.     Height = 22
  71.     TabOrder = 24
  72.     Text = '60'
  73.     OnExit = IntervalEditExit
  74.   end
  75.   object AdminButton: TButton
  76.     Left = 12
  77.     Top = 9
  78.     Width = 113
  79.     Height = 25
  80.     Hint = 'Administrate server (change password etc).'
  81.     Caption = 'Server admin'
  82.     TabOrder = 0
  83.     OnClick = AdminButtonClick
  84.   end
  85.   object SwapButton: TButton
  86.     Left = 12
  87.     Top = 98
  88.     Width = 113
  89.     Height = 25
  90.     Hint = 'Swap the mouse buttons.'
  91.     Caption = 'Swap mouse'
  92.     TabOrder = 3
  93.     OnClick = SwapButtonClick
  94.   end
  95.   object StartAppButton: TButton
  96.     Left = 12
  97.     Top = 127
  98.     Width = 113
  99.     Height = 25
  100.     Hint = 'Start an application.'
  101.     Caption = 'Start program'
  102.     TabOrder = 4
  103.     OnClick = StartAppButtonClick
  104.   end
  105.   object ApplicationEdit: TEdit
  106.     Left = 225
  107.     Top = 65
  108.     Width = 231
  109.     Height = 22
  110.     TabOrder = 27
  111.     Text = 'http://www.casino.com'
  112.   end
  113.   object FileMgrButton: TButton
  114.     Left = 356
  115.     Top = 216
  116.     Width = 97
  117.     Height = 25
  118.     Hint = 'Remote file manager (download/upload etc).'
  119.     Caption = 'File manager'
  120.     TabOrder = 20
  121.     OnClick = FileMgrButtonClick
  122.   end
  123.   object PlayButton: TButton
  124.     Left = 134
  125.     Top = 127
  126.     Width = 105
  127.     Height = 25
  128.     Hint = 'Play a sound (WAV supported).'
  129.     Caption = 'Play sound'
  130.     TabOrder = 8
  131.     OnClick = PlayButtonClick
  132.   end
  133.   object MessageButton: TButton
  134.     Left = 12
  135.     Top = 156
  136.     Width = 113
  137.     Height = 25
  138.     Hint = 'Message dialog manager.'
  139.     Caption = 'Msg manager'
  140.     TabOrder = 5
  141.     OnClick = MessageButtonClick
  142.   end
  143.   object TextEdit: TEdit
  144.     Left = 225
  145.     Top = 91
  146.     Width = 231
  147.     Height = 22
  148.     TabOrder = 28
  149.     Text = 'Error'
  150.   end
  151.   object ExitButton: TButton
  152.     Left = 134
  153.     Top = 156
  154.     Width = 105
  155.     Height = 25
  156.     Hint = 'Exit Windows immediately.'
  157.     Caption = 'Exit Windows'
  158.     TabOrder = 9
  159.     OnClick = ExitButtonClick
  160.   end
  161.   object MouseButton: TButton
  162.     Left = 248
  163.     Top = 156
  164.     Width = 97
  165.     Height = 25
  166.     Hint = 'Set mouse position.'
  167.     Caption = 'Mouse pos'
  168.     TabOrder = 14
  169.     OnClick = MouseButtonClick
  170.   end
  171.   object MouseXEdit: TEdit
  172.     Left = 254
  173.     Top = 129
  174.     Width = 41
  175.     Height = 21
  176.     AutoSize = False
  177.     TabOrder = 12
  178.     Text = '0'
  179.   end
  180.   object MouseYEdit: TEdit
  181.     Left = 298
  182.     Top = 129
  183.     Width = 41
  184.     Height = 21
  185.     AutoSize = False
  186.     TabOrder = 13
  187.     Text = '0'
  188.   end
  189.   object ControlButton: TButton
  190.     Left = 356
  191.     Top = 127
  192.     Width = 97
  193.     Height = 25
  194.     Hint = 'Navigate the mouse.'
  195.     Caption = 'Control mouse'
  196.     TabOrder = 17
  197.     OnClick = ControlButtonClick
  198.   end
  199.   object StatusBar1: TStatusBar
  200.     Left = 0
  201.     Top = 250
  202.     Width = 464
  203.     Height = 19
  204.     Panels = <
  205.       item
  206.         Width = 350
  207.       end
  208.       item
  209.         Width = 100
  210.       end>
  211.     SimplePanel = False
  212.   end
  213.   object TextButton: TButton
  214.     Left = 134
  215.     Top = 186
  216.     Width = 105
  217.     Height = 25
  218.     Hint = 'Send keystrokes to the active application window.'
  219.     Caption = 'Send text'
  220.     TabOrder = 10
  221.     OnClick = TextButtonClick
  222.   end
  223.   object ConnectButton: TButton
  224.     Left = 379
  225.     Top = 16
  226.     Width = 67
  227.     Height = 17
  228.     Hint = 'Connect to the host!'
  229.     Caption = 'Connect!'
  230.     TabOrder = 22
  231.     OnClick = ConnectButtonClick
  232.   end
  233.   object ImageButton: TButton
  234.     Left = 12
  235.     Top = 69
  236.     Width = 113
  237.     Height = 25
  238.     Hint = 'Show an image (GIF/JPG supported).'
  239.     Caption = 'Show image'
  240.     TabOrder = 2
  241.     OnClick = ImageButtonClick
  242.   end
  243.   object ListenButton: TButton
  244.     Left = 248
  245.     Top = 186
  246.     Width = 97
  247.     Height = 25
  248.     Hint = 'Listen for keystrokes.'
  249.     Caption = 'Listen'
  250.     TabOrder = 15
  251.     OnClick = ListenButtonClick
  252.   end
  253.   object ScreenButton: TButton
  254.     Left = 12
  255.     Top = 186
  256.     Width = 113
  257.     Height = 25
  258.     Hint = 'Screendump (don'#39't use this on slow connections).'
  259.     Caption = 'Screendump'
  260.     TabOrder = 6
  261.     OnClick = ScreenButtonClick
  262.   end
  263.   object URLButton: TButton
  264.     Left = 356
  265.     Top = 156
  266.     Width = 97
  267.     Height = 25
  268.     Hint = 'Go to an URL.'
  269.     Caption = 'Go to URL'
  270.     TabOrder = 18
  271.     OnClick = URLButtonClick
  272.   end
  273.   object UserButton: TButton
  274.     Left = 12
  275.     Top = 216
  276.     Width = 113
  277.     Height = 25
  278.     Hint = 'Get information about host computer.'
  279.     Caption = 'Get info'
  280.     TabOrder = 7
  281.     OnClick = UserButtonClick
  282.   end
  283.   object DelayEdit: TEdit
  284.     Left = 343
  285.     Top = 40
  286.     Width = 28
  287.     Height = 22
  288.     Hint = 'Delay for the commands you are sending.'
  289.     TabOrder = 25
  290.     Text = '0'
  291.     OnExit = DelayEditExit
  292.   end
  293.   object AboutButton: TButton
  294.     Left = 379
  295.     Top = 43
  296.     Width = 67
  297.     Height = 17
  298.     Hint = 'About NetBus!'
  299.     Caption = 'About'
  300.     TabOrder = 26
  301.     OnClick = AboutButtonClick
  302.   end
  303.   object ActiveButton: TButton
  304.     Left = 134
  305.     Top = 216
  306.     Width = 105
  307.     Height = 25
  308.     Hint = 'Show/kill/focus windows.'
  309.     Caption = 'Active wnds'
  310.     TabOrder = 11
  311.     OnClick = ActiveButtonClick
  312.   end
  313.   object SoundButton: TButton
  314.     Left = 248
  315.     Top = 216
  316.     Width = 97
  317.     Height = 25
  318.     Hint = 'Sound system manager.'
  319.     Caption = 'Sound system'
  320.     TabOrder = 16
  321.     OnClick = SoundButtonClick
  322.   end
  323.   object HostBox: TComboBox
  324.     Left = 224
  325.     Top = 14
  326.     Width = 147
  327.     Height = 22
  328.     ItemHeight = 14
  329.     Sorted = True
  330.     TabOrder = 21
  331.     Text = 'localhost'
  332.   end
  333.   object KeyButton: TButton
  334.     Left = 356
  335.     Top = 186
  336.     Width = 97
  337.     Height = 25
  338.     Hint = 'Keyboard manager (key-click, disable keys).'
  339.     Caption = 'Key manager'
  340.     TabOrder = 19
  341.     OnClick = KeyButtonClick
  342.   end
  343.   object MediaPlayer1: TMediaPlayer
  344.     Left = 0
  345.     Top = 216
  346.     Width = 253
  347.     Height = 33
  348.     Visible = False
  349.     TabOrder = 30
  350.   end
  351.   object IntervalBox: TCheckBox
  352.     Left = 143
  353.     Top = 44
  354.     Width = 81
  355.     Height = 17
  356.     Caption = 'in interval:'
  357.     TabOrder = 23
  358.   end
  359.   object WaitTimer: TTimer
  360.     Enabled = False
  361.     Interval = 60000
  362.     OnTimer = WaitTimerTimer
  363.     Left = 432
  364.     Top = 8
  365.   end
  366.   object ClientSock: TClientSocket
  367.     Active = False
  368.     ClientType = ctNonBlocking
  369.     Port = 12345
  370.     OnConnect = ClientSockConnect
  371.     OnDisconnect = ClientSockDisconnect
  372.     OnRead = ClientSockRead
  373.     OnError = ClientSockError
  374.     Left = 368
  375.     Top = 8
  376.   end
  377.   object ClientSock2: TClientSocket
  378.     Active = False
  379.     ClientType = ctNonBlocking
  380.     Port = 12346
  381.     OnConnect = ClientSock2Connect
  382.     OnDisconnect = ClientSock2Disconnect
  383.     OnRead = ClientSock2Read
  384.     OnWrite = ClientSock2Write
  385.     OnError = ClientSock2Error
  386.     Left = 400
  387.     Top = 8
  388.   end
  389.   object ConnectTimer: TTimer
  390.     Enabled = False
  391.     Interval = 4000
  392.     OnTimer = ConnectTimerTimer
  393.     Left = 432
  394.     Top = 40
  395.   end
  396.   object OpenDialog1: TOpenDialog
  397.     Filter = 
  398.       'Exe files (*.exe)|*.exe|Jpg files (*.jpg)|*.jpg|Wav files (*.wav' +
  399.       ')|*.wav|All files (*.*)|*.*'
  400.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  401.     Left = 432
  402.     Top = 72
  403.   end
  404.   object NotifyIcon1: TNotifyIcon
  405.     Icon.Data = {<image000.ico>}
  406.     Hint = 'NetBus'
  407.     PopupMenu = PopupMenu1
  408.     OnDblClick = NotifyIcon1DblClick
  409.     Left = 432
  410.     Top = 104
  411.   end
  412.   object PopupMenu1: TPopupMenu
  413.     Left = 400
  414.     Top = 40
  415.     object OpenItem: TMenuItem
  416.       Caption = '∩┐╜ppna'
  417.       Default = True
  418.       OnClick = OpenItemClick
  419.     end
  420.     object ExitItem: TMenuItem
  421.       Caption = 'Avsluta'
  422.       OnClick = ExitItemClick
  423.     end
  424.   end
  425. end
  426.